home *** CD-ROM | disk | FTP | other *** search
/ Power Utilities / Power Utilities.iso / utility / pro136 / gifv.slp < prev    next >
Encoding:
Text File  |  1992-11-29  |  431 b   |  18 lines

  1. ;
  2. ; GIFV.SLP
  3. ; This script file will print all files in the current directory!
  4. ;
  5. ; NOTE: Before printing the files the images are ROTATED and then FLIPPED
  6. ;       and then MIRRORED. After printing, the image is redrawn on the screen.
  7. ;
  8.         change-path *.gif
  9. :loop
  10.         loadnext    :exit
  11.         rotate
  12.         flip
  13.         mirror
  14.         print
  15.         reset-colors
  16.         redraw
  17.         goto        :loop
  18.